home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Present…nuary (Partner) - Disc 2 / The Apple Reference and Presentations Library (Disc 2)(January 1994).iso / Diehl Graphsoft / German / MiniCad / MiniCad-PPC / MiniCad 5.0.1-D / MiniCad 5.0.1-D.rsrc / STR#_7009.txt < prev    next >
Encoding:
Text File  |  1994-10-06  |  215 b   |  13 lines

  1. MenuItem(SubProgramName);
  2.  
  3. Enters the macro name into the macro menu
  4.  
  5. ClrMenu;
  6.  
  7. Clears all current menu items from the macro menu bar
  8.  
  9. Run(SubProgramName);
  10.  
  11. Receives a name to a existing subprogram and executes it
  12.  
  13.